[INFO] cloning repository https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SpiralP/classicube-toolgun-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6ec48f8858f48fb281d6626d10101390063c51f
[INFO] checking SpiralP/classicube-toolgun-plugin against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpiralP%2Fclassicube-toolgun-plugin" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] finished tweaking git repo https://github.com/SpiralP/classicube-toolgun-plugin
[INFO] tweaked toml for git repo https://github.com/SpiralP/classicube-toolgun-plugin written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SpiralP/classicube-toolgun-plugin on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SpiralP/classicube-toolgun-plugin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da
[INFO] running `Command { std: "docker" "start" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling alsa-sys v0.4.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling cpal v0.17.3
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking alsa v0.11.0
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking rodio v0.22.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking async-dispatcher v0.1.0 (https://github.com/SpiralP/rust-async-dispatcher.git?branch=main#e31354a7)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking nalgebra v0.34.2
[INFO] [stderr]    Compiling classicube-sys v5.0.0+ClassiCube.1.3.8
[INFO] [stderr]     Checking nalgebra-glm v0.20.0
[INFO] [stderr]     Checking classicube-helpers v4.0.0+ClassiCube.1.3.8 (https://github.com/SpiralP/rust-classicube-helpers.git#74a2ae39)
[INFO] [stderr]    Compiling classicube-toolgun-plugin v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> build.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |         #[cfg(not(target_os = "linux"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> build.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |         #[cfg(target_os = "linux")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `classicube-toolgun-plugin` (build script) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da", kill_on_drop: false }`
[INFO] [stdout] 2c3d12a470bba0faba6a3ef47fb4a19710deb3f7dae90db44f27428f085481da
